TrackCacheStorageForOriginRequest

data class TrackCacheStorageForOriginRequest(origin: String)

Represents request frame that can be used with Storage#trackCacheStorageForOrigin operation call.

Registers origin to be notified when an update occurs to its cache storage list.

See also

Constructors

TrackCacheStorageForOriginRequest
Link copied to clipboard
fun TrackCacheStorageForOriginRequest(origin: String)

Properties

origin
Link copied to clipboard
val origin: String
Security origin.

Sources

jvm source
Link copied to clipboard